翻訳と辞書 |
Undefined variable : ウィキペディア英語版 | Undefined variable An undefined variable in the source code of a computer program is a variable that is accessed in the code but has not been previously declared by that code.〔"undefined variable." YourDictionary, n.d. Web. 24 July 2013. .〕 In some programming languages, an implicit declaration is provided the first time such a variable is encountered at compile time. In other languages such a usage is considered to be sufficiently serious that a diagnostic being issued and the compilation fails. Some language definitions initially used the implicit declaration behavior and as they matured provided an option to disable it (e.g. Perl's "use warnings " or Visual Basic's "Option Explicit "). ==Examples== The following provides some examples of how various programming language implementations respond to undefined variables. Each code snippet is followed by an error message (if any).
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Undefined variable」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|